All Questions
3 questions
1vote
0answers
148views
Is the Apriori algorithm suitable for database tuples?
Problem description: I need to use an association rule algorithm that lets me use database tuples and I think Apriori is a good option, but I am not sure. Starting point: I know the Apriori ...
0votes
2answers
370views
How synthetic sampling of data helps classifier to predict better result?
I am currently working on data imbalance using SMOTE for binary and other algorithms for the multi-class problem. I have the idea how to create the synthetic example to bring noticeable accuracy on a ...
2votes
3answers
2kviews
Finding outliers in multiple dimensions
I'm working on a dataset which isn't normally distributed. The dataset contains three dimensions like cost, discount and profit. I'm trying to find possible outliers in all these dimensions. I used ...